Skip to content

Reconciliation view: reformat reconciliation table, link IDs to match… #6

Merged
merged 2 commits into from
Sep 17, 2021

Conversation

arlen
Copy link
Contributor

@arlen arlen commented Sep 17, 2021

…grid records, and make "New" record slightly more prominent (CO-2133)

@@ -128,7 +128,7 @@ class AppController extends Controller {

// Available Matchgrids
$this->loadModel('Matchgrids');
$this->set('vv_matchgrids', $this->Matchgrids->find('list')->find('activeMatchGrids')->order(['table_name' => 'ASC'])->toArray());
$this->set('vv_matchgrids', $this->Matchgrids->find('all')->find('activeMatchGrids')->order(['table_name' => 'ASC'])->toArray());
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change allows access to the descriptions.

@benno benno merged commit dca1059 into develop Sep 17, 2021
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants